public T Value {get;}
'Declaration Public ReadOnly Property Value As T
'Declaration
Public ReadOnly Property Value As T
'Usage Dim instance As ActionResult(Of T) Dim value As T value = instance.Value
'Usage
Dim instance As ActionResult(Of T) Dim value As T value = instance.Value
ActionResult<T> Structure ActionResult<T> Members